From 8bf984160f9f49279f92c47a51948bca5a678294 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 22 Jan 2010 13:32:26 +0000 Subject: [PATCH] Get libconfig tarball from xenbits Download libconfig.tar.gz from xenbits.org extfiles rather than from upstream. This insulates us from upstream networking failures and any upstream changes to the files hosted etc. Signed-off-by: Ian Jackson --- tools/libxl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile index e388e0bd8a..295463f97e 100644 --- a/tools/libxl/Makefile +++ b/tools/libxl/Makefile @@ -14,7 +14,8 @@ CFLAGS += $(CFLAGS_libxenctrl) $(CFLAGS_libxenguest) $(CFLAGS_libxenstore) LIBS = $(LDFLAGS_libxenctrl) $(LDFLAGS_libxenguest) $(LDFLAGS_libxenstore) -LIBCONFIG_URL ?= http://www.hyperrealm.com/libconfig +#LIBCONFIG_URL ?= http://www.hyperrealm.com/libconfig +LIBCONFIG_URL = $(XEN_EXTFILES_URL) LIBCONFIG_SOURCE = libconfig-1.3.2 LIBCONFIG_OUTPUT = $(LIBCONFIG_SOURCE)/.libs -- 2.30.2